export default function IconLoading() { return (
{/* Sidebar skeleton */} {/* Main content skeleton */}
{/* Icon preview area */}
{Array.from({ length: 3 }).map((_, i) => (
))}
{/* Action buttons skeleton */}
{Array.from({ length: 4 }).map((_, i) => (
))}
{/* Related icons skeleton */}
{Array.from({ length: 6 }).map((_, i) => (
))}
); }